func net.dtoi

11 uses

	net (current package)
		conf.go#L493: 			debugLevel, _, _ = dtoi(s)
		dial.go#L248: 		proto, i, ok := dtoi(protostr)
		dnsconfig_unix.go#L79: 					n, _, _ := dtoi(s[6:])
		dnsconfig_unix.go#L87: 					n, _, _ := dtoi(s[8:])
		dnsconfig_unix.go#L93: 					n, _, _ := dtoi(s[9:])
		interface.go#L256: 		index, _, _ = dtoi(name)
		ip.go#L529: 	n, i, ok := dtoi(mask)
		lookup_unix.go#L36: 		if proto, _, ok := dtoi(f[1]); ok {
		parse.go#L130: func dtoi(s string) (n int, i int, ok bool) {
		port_unix.go#L35: 		port, j, ok := dtoi(portnet)
		sock_linux.go#L45: 	n, _, ok := dtoi(f[0])